SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 33479: The unrelated_transfers_header.sas program generates an error when the name of an alert table exceeds 32 characters

DetailsAboutRate It

If the name of an alert table is longer than 32 characters, an error occurs when you execute the following unrelated_transfers_header.sas program:

%include "!AMLROOT/scenario/codegen/unrelated_transfers_header.sas";

An error similar to the following occurs, where YYYYMMDD represents the date on which the program was run:

23570 +/* Append results to final alert file */
23571 +proc append data=&alert_fname
23572 +            base=&alert_fname_final FORCE;
ERROR: Invalid data set name STG_ALER.UNRELATED_TRANSFERS_ALERTSYYYYMMDD.
23573 +run;

To correct the issue, shorten the value unrelated_transfers_alerts in the FSK_HEADER.alert_table_name column as shown below:

unrelated_transfers_alerts

unrelated_trnsfrs_alerts

The resolved table name, including the appended date, will be 32 characters in length.

Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingMicrosoft® Windows® for 64-Bit Itanium-based Systems2.2.14.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition2.2.14.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition2.2.14.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows XP 64-bit Edition2.2.14.19.1 TS1M3 SP49.2 TS2M0
Microsoft® Windows® for x642.2.14.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows 2000 Advanced Server2.2.19.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server2.2.19.1 TS1M3 SP4
Microsoft Windows 2000 Server2.2.19.1 TS1M3 SP4
Microsoft Windows 2000 Professional2.2.19.1 TS1M3 SP4
Microsoft Windows NT Workstation2.2.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition2.2.14.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition2.2.14.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Standard Edition2.2.14.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows XP Professional2.2.14.19.1 TS1M3 SP49.2 TS2M0
Windows Vista2.2.14.19.1 TS1M3 SP49.2 TS2M0
64-bit Enabled AIX2.2.14.19.1 TS1M3 SP49.2 TS2M3
64-bit Enabled HP-UX2.2.14.19.1 TS1M3 SP49.2 TS2M3
64-bit Enabled Solaris2.2.14.19.1 TS1M3 SP49.2 TS2M3
HP-UX IPF2.2.14.19.1 TS1M3 SP49.2 TS2M3
Linux2.2.14.19.1 TS1M3 SP49.2 TS2M3
Solaris for x642.2.14.19.1 TS1M3 SP49.2 TS2M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.